public ManualPerspectiveDeskewCommand(
LeadPoint[] ,
LeadPoint[]
)
'Declaration
Public Function New( _
ByVal () As LeadPoint, _
ByVal () As LeadPoint _
)
'Usage
Dim inputPoints() As LeadPoint
Dim mappingPoints() As LeadPoint
Dim instance As New ManualPerspectiveDeskewCommand(inputPoints, mappingPoints)
public ManualPerspectiveDeskewCommand(
LeadPoint[] inputPoints,
LeadPoint[] mappingPoints
)
- (instancetype)initWithInPoints:(nullable const LeadPoint *)inputPoints
mappingPoints:(nullable const LeadPoint *)mappingPoints
public ManualPerspectiveDeskewCommand(
LeadPoint[] inputPoints,
LeadPoint[] mappingPoints
)
function ManualPerspectiveDeskewCommand(
inputPoints ,
mappingPoints
)
public:
ManualPerspectiveDeskewCommand(
array<LeadPoint>^ ,
array<LeadPoint>^
)